Skip to content

Doc: added names parameter in read_excel #11874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2015

Conversation

varunkumar-dev
Copy link
Contributor

closes #11468

Please Review.

@jorisvandenbossche
Copy link
Member

Looks good, thanks!

You changed the explanation compared to the one included in read_csv (explicitly passing header=None when there is no header). This is indeed the current behaviour! (because for read_excel the default for header is 0, while for read_csv this is 'infer').
But, I think we should consider to make this more consistent. Will open a new issue for that.

jorisvandenbossche added a commit that referenced this pull request Dec 23, 2015
Doc: added names parameter in read_excel
@jorisvandenbossche jorisvandenbossche merged commit 7f062da into pandas-dev:master Dec 23, 2015
@jorisvandenbossche jorisvandenbossche added Docs IO Excel read_excel, to_excel labels Dec 23, 2015
@jorisvandenbossche jorisvandenbossche added this to the 0.18.0 milestone Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_excel documentation does not mention names keyword
2 participants